home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / ash005a.zip / REVISION.HST < prev    next >
Text File  |  1994-02-06  |  10KB  |  210 lines

  1. The Accutek Shell v0.05α
  2. Written by R. Marc Lewis
  3. (C)opyright 1992-93 Accutek Software
  4. All Rights Reserved.
  5.  
  6. File Name:    REVISION.HST
  7. Description:  Revision History
  8.  
  9. ------------------------------------------------------------------------------
  10.  
  11. Version 0.05α
  12.  
  13.     If the DOS CD command was used to change directories, ASh would revert
  14.     back to whatever directory was last displayed.  This has been fixed.
  15.  
  16.     Fixed a minor little annoyance in the file rename function.  If a single
  17.     file was renamed, then the hilight bar would return to the top of the
  18.     display.  It now hilights the file, using its new name.
  19.  
  20.     Fixed a minor little bug in the prompt display.  If there was no prompt
  21.     defined, ASh would only display a drive letter for the prompt.  Now, if
  22.     there is no prompt, ASh defaults to displaying the path and greater sign
  23.     ($p$g).
  24.  
  25.     Added a new panel type, Compressed Files.  This option displays a
  26.     compressed file created by PAK/PKPak, ARJ, LHA/LHArc, or ZIP (including
  27.     SFX's of all of them) in the form of a full directory listing.  If there
  28.     is a recursed subdirectory, it is displayed in the Description zone of the
  29.     file panel (right below the time/date stamp at the bottom of the panel).
  30.     With this option you can list, tag, delete, or copy (in or out) files in
  31.     the compressed file.  This option also affects the multiple file copy in a
  32.     normal (or brief) file panel in that if you specify a new file with an
  33.     extension that ASh recognizes (ARC, ARJ, LZH, or ZIP), it will create a
  34.     new compressed file using that archiver.  Limitations:  1) All of the
  35.     archivers defined in SetupASh|File Manager|Archivers must be on the path,
  36.     if the archiver is not on the path, it won't work.  2) In order to create
  37.     a new archive from a directory listing, at least one file must be tagged
  38.     in order for it to check for the creation of an archive.  This process is
  39.     automatic, and can't be overridden.  3) If ASh is running from a RAM
  40.     drive, there must be sufficient room to create a response file (which is
  41.     simply a listing of the files to manipulate).  The response file is ALWAYS
  42.     created in the directory where ASh was run from, irregardless of the ASH
  43.     environmental variable.
  44.  
  45.     Fixed a bug in the setup which would result in an the configuration file
  46.     failing the CRC check if SetupASh.EXE created the file AShFM.CFG.
  47.  
  48.     Fixed a bug which would cause garbage to be displayed in the bottom of the
  49.     file panel when there was no file information in RAM.
  50.  
  51.     Added a new panel type, Brief Directory listing.  This will show two
  52.     columns of files instead of one.  It is accessed through the main menu.
  53.  
  54.     Changed the selection input routines so that the up & down arrows may now
  55.     select the action.
  56.  
  57. Version 0.04α
  58.  
  59.     Found a bug which would not let ASh run on XT's.  If attempted, ASh would
  60.     display a message stating that ASh requires a 286 processor or better to
  61.     run.  This has been fixed.
  62.  
  63.     The menus incorrectly reflected function keys which would start various
  64.     functions.  These have been removed and the menus have been updated to
  65.     reflect the new functions.
  66.  
  67.     Registered users can now use ASh as a front end for PKUnZip.  The key is
  68.     the same as that for file UnStowage, simply hilight a ZIP file instead.
  69.     PKUnZip must be somewhere in the path for this to function.  The intention
  70.     here is not to be an end all front end processor for ZIP, just a
  71.     functional system which follows ASh's file stowage format.
  72.  
  73.     Added file encryption.  ASh will now encrypt files using a lightning fast
  74.     algorithm (Quick method), or compress files as they encrypt them (Quick
  75.     w/Compress method).  Files are processed individually, but multiple files
  76.     can be processed simultaniously (providing they have the same password).
  77.     After a file is encrypted, a security wipe is performed on the original
  78.     file to ensure that it can't be recovered.
  79.     DO NOT FORGET YOUR PASSWORD IF YOU ENCRYPT FILES!!!  If you forget a
  80.     password for a file, we CAN NOT HELP.  We don't have a program which will
  81.     decrypt a file without a password, so if you forget yours, you're on your
  82.     own.
  83.  
  84.     Added several new file viewers:  VSL, ARJ, ARC, LZH, PAK, ZIP, self
  85.     extracting archives and DBF (dBase).  Now when the internal file viewer
  86.     is initiated, it will automatically determine what type of file it is
  87.     and use the appropriate viewer.
  88.  
  89.     Added three new DOS command line editing keys.  Ctrl-BackSpace now
  90.     deletes from the current cursor position backwards to the beginning of
  91.     the previous "word".  Ctrl-End will move the cursor to the end of the
  92.     DOS command line.  Ctrl-Home will move the cursor to the beginning of the
  93.     DOS command line.  Also, the Ctrl-RightArrow key now will continue moving
  94.     to the end of the DOS command line.
  95.  
  96.     Added data wiping to file deletion.  Data may be wiped before deletion,
  97.     making recovery impossible.  See the help topic on Deleting Files for more
  98.     information.  USE EXTREME CAUTION WHEN WIPING FILES!!!
  99.  
  100.     Occasionally, the hilight bar would be out of the window after deleting,
  101.     or otherwise removing files in the current directory.  This has been
  102.     fixed.
  103.  
  104.     The shift and control F1 keys were mislabeled.  Ctrl-F1 displays a help
  105.     index, and Shift-F1 displays general help.
  106.  
  107.     In input forms, you may now use the right and left cursor keys to move
  108.     off of a button field.
  109.  
  110.     Fixed a problem with the Change Drive routine.  If there were more than 5
  111.     drives available, the drive listing would go out of the window.
  112.  
  113.     Fixed the screen saver so that Shift, Alt, and Ctrl will now exit it.
  114.  
  115. Version 0.03α
  116.  
  117.     Added in a Directory Move routine.  This is, for the most part, the same
  118.     as the Prune & Graft functions in other packages.  There is only one major
  119.     difference:  ASh can move directory trees across drives.
  120.  
  121.     Since the memory requirements have been reduced by such a large amount,
  122.     it is now possible to run AShFM without using the loader.  This will give
  123.     you a BIG increase in speed, but will limit you on the programs which can
  124.     run.  When running without the loader, the main program stays in memory
  125.     and consumes about 256k of RAM, so whatever is left over out of the 640k
  126.     is what you have left to run programs.
  127.  
  128.     Fixed a minor bug which wouldn't let you change fields with the tab key in
  129.     the Yes/No/Cancel confirmation window.
  130.  
  131.     Added some new colors into the configuration routine:  Function colors and
  132.     Subfunction colors.  The function colors define all of the popup windows
  133.     over the file panel.  Subfunction colors determine the colors of popup
  134.     windows from the function windows.
  135.  
  136.     Fixed up the Stowage routines so all functions are now internal to the
  137.     main ASh program.
  138.  
  139.     Reduced the memory requirements by a bunch.  The program now only
  140.     requires 384k to run (rather than 440k).  Even with the old 440k
  141.     limitation, ASh would do strange things unless you had 475k or more free.
  142.     I changed this because of numerous complaints from my DESQview
  143.     users/testers...Sorry guys, but its fixed now...Just a few notes,
  144.     if running under the minimum memory requirements (or close to it)
  145.     the right panel can't be a file panel.
  146.  
  147.     You can now display a maximum of 1500 files in a file panel (over the
  148.     original 1200).
  149.  
  150.     Fixed a minor bug in the clock display.  If the program wasn't registered,
  151.     it would tweak the status bar in the view/edit windows.
  152.  
  153.     Added a new feature which lets you change the size of the panel.  <Ctrl-P>
  154.     toggles the panel length between small, normal, and full.  The selection
  155.     is saved in the configuration file.
  156.  
  157.     The wildcard selection/deselection buttons have changed.  There is now a
  158.     single function for this.  A window pops up and lets you select or deselct
  159.     from that window.
  160.  
  161.     Added an exit function in the SetupAsh program's menu.
  162.  
  163.     Added a new configuration file entry:  Delete Defaults to Yes.  When
  164.     deleting files, ASh will look at this value and default the
  165.     Yes/No/Cancel buttons to Yes if this option is toggled on, or No if
  166.     this option is toggled off (default).
  167.  
  168.     All function keys are now programmable.  What this means is that you
  169.     can define all of your own functions to the function keys.  The only
  170.     keys which are not programmable are F1 and F10 combinations.  Those
  171.     will always be reserved for help and menu, respectivly.  The keys
  172.     can be either internal ASh functions, or external DOS programs.  For
  173.     example, you could define <Shift-F8> to be the UnStow utility, or
  174.     run a batch file, or any other valid DOS command.
  175.  
  176.     Created a seperate utility for configuration called SetupASh.exe.
  177.     This reduces ASh's memory size a bit and speeds things up within the
  178.     overlays.
  179.  
  180.     Changed the pull down menu from "Configure" to "Utilities".  Added
  181.     UnStow, and Configure.  Removed the other various configuration
  182.     options.
  183.  
  184.     Fixed a minor bug which caused the mouse not to work in the menus of
  185.     ASI.
  186.  
  187. Version 0.02α
  188.  
  189.     Found and fixed a _major_ bug in the file stowage routines.
  190.     It seems that when attempting to create a new stowage vessel, the
  191.     system would die with a catestrophic I/O error 2.  I also found
  192.     a potential bug if there was insufficient memory for file stowage.
  193.     ASh needs to have a minimum of 100k free for the Stowage routines to
  194.     function properly.  I put in a memory check and Stowage won't work
  195.     now unless there is enough RAM...
  196.  
  197.     Reduced ASh's memory requirements a bit by overlaying more of the
  198.     code.  If this causes any problems let me know.
  199.  
  200.     To make up for the additional code being overlaid, ASh will now try
  201.     to store its overlaid code in EMS if it is available.
  202.  
  203.     Modified the LISTVSL.EXE program so that it sends all of its output
  204.     to STDOUT so that it may be redirected (i.e. through DOS's MORE
  205.     command).
  206.  
  207. Version 0.01α
  208.  
  209.     First initial release.
  210.